[INFO] fetching crate ferrishot_iced_core 0.14.1...
[INFO] testing ferrishot_iced_core-0.14.1 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] extracting crate ferrishot_iced_core 0.14.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate ferrishot_iced_core 0.14.1
[INFO] finished tweaking crates.io crate ferrishot_iced_core 0.14.1
[INFO] tweaked toml for crates.io crate ferrishot_iced_core 0.14.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ferrishot_iced_core 0.14.1 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ferrishot_iced_core 0.14.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0b81c6cbf0c924fc6e1cf97f108431344cd5d5b21a9b487e6d24d2d9a5a6363a
[INFO] running `Command { std: "docker" "start" "-a" "0b81c6cbf0c924fc6e1cf97f108431344cd5d5b21a9b487e6d24d2d9a5a6363a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b81c6cbf0c924fc6e1cf97f108431344cd5d5b21a9b487e6d24d2d9a5a6363a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b81c6cbf0c924fc6e1cf97f108431344cd5d5b21a9b487e6d24d2d9a5a6363a", kill_on_drop: false }`
[INFO] [stdout] 0b81c6cbf0c924fc6e1cf97f108431344cd5d5b21a9b487e6d24d2d9a5a6363a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b65c3b12353d313021f5ecd1263ac3bd50357dec49021c09e77c39cf953f5634
[INFO] running `Command { std: "docker" "start" "-a" "b65c3b12353d313021f5ecd1263ac3bd50357dec49021c09e77c39cf953f5634", kill_on_drop: false }`
[INFO] [stderr]    Compiling glam v0.25.0
[INFO] [stderr]    Compiling lilt v0.8.1
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ferrishot_iced_core v0.14.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/window/position.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout]  4 | #[derive(Debug, Clone, Copy, PartialEq)]
[INFO] [stdout]    |                              --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 23 |     SpecificWith(fn(Size, Size) -> Point),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
[INFO] running `Command { std: "docker" "inspect" "b65c3b12353d313021f5ecd1263ac3bd50357dec49021c09e77c39cf953f5634", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b65c3b12353d313021f5ecd1263ac3bd50357dec49021c09e77c39cf953f5634", kill_on_drop: false }`
[INFO] [stdout] b65c3b12353d313021f5ecd1263ac3bd50357dec49021c09e77c39cf953f5634
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 40708d2f41b1b07125bb9e65ac0862159d8b86efa87c416267d6b01630dc10b1
[INFO] running `Command { std: "docker" "start" "-a" "40708d2f41b1b07125bb9e65ac0862159d8b86efa87c416267d6b01630dc10b1", kill_on_drop: false }`
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/window/position.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout]  4 | #[derive(Debug, Clone, Copy, PartialEq)]
[INFO] [stdout]    |                              --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 23 |     SpecificWith(fn(Size, Size) -> Point),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ferrishot_iced_core v0.14.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/window/position.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout]  4 | #[derive(Debug, Clone, Copy, PartialEq)]
[INFO] [stdout]    |                              --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 23 |     SpecificWith(fn(Size, Size) -> Point),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.82s
[INFO] running `Command { std: "docker" "inspect" "40708d2f41b1b07125bb9e65ac0862159d8b86efa87c416267d6b01630dc10b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40708d2f41b1b07125bb9e65ac0862159d8b86efa87c416267d6b01630dc10b1", kill_on_drop: false }`
[INFO] [stdout] 40708d2f41b1b07125bb9e65ac0862159d8b86efa87c416267d6b01630dc10b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e5e64ce184c055142a792c9ce9855a09a93840bcc38836be85707da808734d9a
[INFO] running `Command { std: "docker" "start" "-a" "e5e64ce184c055142a792c9ce9855a09a93840bcc38836be85707da808734d9a", kill_on_drop: false }`
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout] 
[INFO] [stderr]   --> src/window/position.rs:23:18
[INFO] [stdout] running 3 tests
[INFO] [stderr]    |
[INFO] [stdout] test widget::id::tests::unique_generates_different_ids ... ok
[INFO] [stderr]  4 | #[derive(Debug, Clone, Copy, PartialEq)]
[INFO] [stdout] test color::tests::parse ... ok
[INFO] [stderr]    |                              --------- in this derive macro expansion
[INFO] [stdout] test window::redraw_request::tests::ordering ... ok
[INFO] [stderr] ...
[INFO] [stdout] 
[INFO] [stderr] 23 |     SpecificWith(fn(Size, Size) -> Point),
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stderr]    |
[INFO] [stderr]    = note: the address of the same function can vary between different codegen units
[INFO] [stderr]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `ferrishot_iced_core` (lib) generated 1 warning
[INFO] [stderr] warning: `ferrishot_iced_core` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ferrishot_iced_core-6b930c1b0600ca1f)
[INFO] [stderr]    Doc-tests ferrishot_iced_core
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test src/widget/text.rs - widget::text (line 4) - compile ... FAILED
[INFO] [stdout] test src/padding.rs - padding::Padding (line 8) ... ok
[INFO] [stdout] test src/lib.rs - Function::with (line 127) ... ok
[INFO] [stdout] test src/element.rs - element::Element<'a,Message,Theme,Renderer>::map (line 94) - compile ... FAILED
[INFO] [stdout] test src/widget/text.rs - widget::text::Text (line 40) - compile ... FAILED
[INFO] [stdout] test src/input_method.rs - input_method::InputMethod::merge (line 86) ... ok
[INFO] [stdout] test src/padding.rs - padding::Padding (line 18) ... ok
[INFO] [stdout] test src/lib.rs - Function::with (line 115) ... ok
[INFO] [stdout] test src/element.rs - element::Element<'a,Message,Theme,Renderer>::map (line 80) ... ok
[INFO] [stdout] test src/border.rs - border::rounded (line 19) ... ok
[INFO] [stdout] test src/color.rs - color::color (line 216) ... ok
[INFO] [stdout] test src/event.rs - event::Status::merge (line 47) ... ok
[INFO] [stdout] test src/element.rs - element::Element<'a,Message,Theme,Renderer>::map (line 63) ... ok
[INFO] [stdout] test src/border.rs - border::width (line 42) ... ok
[INFO] [stdout] test src/element.rs - element::Element<'a,Message,Theme,Renderer>::map (line 157) ... ok
[INFO] [stdout] test src/border.rs - border::color (line 30) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/widget/text.rs - widget::text (line 4) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `ferrishot_iced` in this scope
[INFO] [stdout]   --> src/widget/text.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use ferrishot_iced::widget::text;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrishot_iced`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ferrishot_iced`, use `cargo add ferrishot_iced` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ferrishot_iced`
[INFO] [stdout]   --> src/widget/text.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use ferrishot_iced::color;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrishot_iced`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ferrishot_iced`, use `cargo add ferrishot_iced` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/element.rs - element::Element<'a,Message,Theme,Renderer>::map (line 94) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `ferrishot_iced` in this scope
[INFO] [stdout]    --> src/element.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 123 | use ferrishot_iced::widget::row;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrishot_iced`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ferrishot_iced`, use `cargo add ferrishot_iced` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ferrishot_iced`
[INFO] [stdout]    --> src/element.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout] 124 | use ferrishot_iced::{Element, Function};
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrishot_iced`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ferrishot_iced`, use `cargo add ferrishot_iced` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with` found for enum constructor `fn(usize, Message) -> Message {Message::Counter}` in the current scope
[INFO] [stdout]    --> src/element.rs:147:50
[INFO] [stdout]     |
[INFO] [stdout] 147 |                     counter.map(Message::Counter.with(index))
[INFO] [stdout]     |                                                  ^^^^ method not found in `fn(usize, Message) -> Message {Message::Counter}`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:140:8
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn with(self, prefix: A) -> impl Fn(B) -> O;
[INFO] [stdout]     |        ---- the method is available for `fn(usize, counter::Message) -> _doctest_main_src_element_rs_94_0::Message {_doctest_main_src_element_rs_94_0::Message::Counter}` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: the full name for the type has been written to '/tmp/rustdoctestbL6473/rust_out.long-type-12613301451697720197.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: trait `Function` which provides `with` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  93 + use crate::ferrishot_iced_core::Function;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/widget/text.rs - widget::text::Text (line 40) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `ferrishot_iced` in this scope
[INFO] [stdout]   --> src/widget/text.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | use ferrishot_iced::widget::text;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrishot_iced`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ferrishot_iced`, use `cargo add ferrishot_iced` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ferrishot_iced`
[INFO] [stdout]   --> src/widget/text.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | use ferrishot_iced::color;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrishot_iced`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ferrishot_iced`, use `cargo add ferrishot_iced` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/element.rs - element::Element<'a,Message,Theme,Renderer>::map (line 94)
[INFO] [stdout]     src/widget/text.rs - widget::text (line 4)
[INFO] [stdout]     src/widget/text.rs - widget::text::Text (line 40)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 13 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.66s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.84s; merged doctests compilation took 0.17s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "e5e64ce184c055142a792c9ce9855a09a93840bcc38836be85707da808734d9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5e64ce184c055142a792c9ce9855a09a93840bcc38836be85707da808734d9a", kill_on_drop: false }`
[INFO] [stdout] e5e64ce184c055142a792c9ce9855a09a93840bcc38836be85707da808734d9a
